home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineButton2_790 / BUTTONCONDACTION on(keyPress L).as < prev    next >
Text File  |  2010-05-15  |  285b  |  14 lines

  1. on(keyPress "L"){
  2.    if(eval("/:Challenge") != true)
  3.    {
  4.       if(getProperty("_root.Animatiques", _currentframe) == 1)
  5.       {
  6.          set("/Save:Fichier","");
  7.          tellTarget("_root")
  8.          {
  9.             gotoAndStop("Initialisation");
  10.          }
  11.       }
  12.    }
  13. }
  14.